Click or drag to resize

NoteCollectionRemove Method (Note)

Removes a Note from the collection, if it is present.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Remove(
	Note note
)

Parameters

note
Type: Independentsoft.Sip.PresenceNote
The Note to remove.
See Also